You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TVec Class
>
TVec Methods
>
TVec.DownSample Method
Dew Math for .NET
Example
TVec.DownSample Method
var a,b:
TVec
; begin CreateIt(a,b);
try
b.SetIt(False,[0,0,0,0,1,2,3,4,5,6]); a.DownSample(b,2);
// a = [0,0,1,3,5]
finally
FreeIt(a,b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home